*{
    margin: 0px;
    padding:0px;
}

#container{
    min-height:100%;
    width:100%;
}

/*wrap2内容*/
.wrap2-container {
    width: 100%;
    height: auto;
    background: white;
    padding-top: 60px;
    padding-bottom: 30px;
}

/*.wrap2 {*/
/*    margin: 0 auto;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    height: auto;*/
/*    margin-left:5%;*/
/*}*/
.wrap2 {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-left: 10%;
}

/*游戏列表*/
.wrap2 .game {
    float: left;
    width: 13%;
    height: auto;
}

.wrap2 .game .title {
    font-size: 18px;
    color: #010101;
    font-weight: bold;
    font-family: SimHei;
    height: 40px;
    border-bottom: 1px solid #c0bfbf;
    width: 50%;
}

.wrap2 .game ul{
    padding-top: 10px;
}

.wrap2 .game ul li {
    margin-top: 20px;
    font-size: 14px;
    font-family: msyh;
    color: #000000;
}

.wrap2 .game ul li a {
    color: black;
}

.wrap2 .game ul li a:hover {
    color: #8dc8f0;
}

.wrap2 .game .game_korean{
    font-family:NotoSansKR-Regular;
    font-size: 14px;
    color: #000000;
}

/*******新闻动态********/
.wrap2 .news {
    float: left;
    margin-left: 40px;
    width: 40%;
    height: auto;
}

.wrap2 .news .title {
    font-size: 18px;
    color: #010101;
    font-weight: bold;
    font-family: SimHei;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c0bfbf;
}

.wrap2 .news ul{
    padding-top: 10px;
}

.wrap2 .news ul li {
    margin-top: 20px;
    font-size: 14px;
    font-family: msyh;
    color: #000000;
}

.wrap2 .news ul li a {
    color: black;
}

.wrap2 .news ul li a:hover {
    color: #8dc8f0;
}
.wrap2 .news .time{
   float: right;
    color: #c0bfbf;
    font-size: 14px;
    font-family: msyh;
}

/*******加入我们*******/
.wrap2 .join {
    float: left;
    margin-left: 75px;
    width: 10%;
    height: auto;
}

.wrap2 .join .title {
    font-size: 18px;
    color: #010101;
    font-weight: bold;
    font-family: SimHei;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #c0bfbf;
}
.wrap2 .join ul{
    padding-top: 10px;
}
.wrap2 .join ul li {
    margin-top: 20px;
    font-size: 14px;
    font-family: msyh;
    color: #000000;
}

.wrap2 .join ul li a {
    color: black;
}

.wrap2 .join ul li a:hover {
    color: #8dc8f0;
}

/********关于我们*******/
.wrap2 .about {
    float: left;
    margin-left: 55px;
    width: 17%;
    height: auto;
}

.wrap2 .about .title {
    font-size: 18px;
    color: #010101;
    font-weight: bold;
    font-family: SimHei;
    width: 80%;
    height: 40px;
    border-bottom: 1px solid #c0bfbf;
}
.wrap2 .about ul{
    padding-top: 10px;
}
.wrap2 .about ul li {
    margin-top: 20px;
    font-size: 14px;
    font-family: msyh;
    color: #000000;
}

.wrap2 .about ul li a {
    color: black;
    text-decoration: none;
}

.wrap2 .about ul li a:hover {
    color: #8dc8f0;
}

/*联系我们*/
.modal{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color:#000000;
    opacity:0.85;
    color: #000000;
    filter:alpha(opacity=70);
}

.modal-dialog{
    width: 806px;
    height: 418px;
    margin-top: 261px;
    border-radius: 0px;
}

.modal .modal_brand{
    margin-top: 10px;
}

.modal .modal_dismiss{
    float: right;
}

.modal .body{
    height: 359px;
    display: flex;
}
.modal .header{
    height: 56px;
    border-bottom:1px solid #8dc8f0;
    margin-left: 25px;
}

.modal .body ul{
    margin-top: 55px;
    margin-left: 84px;
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    height: 253px;
}
.modal .body ul>li{
    font-family: msyh;
    font-size: 12px;
    color: #14141e;
    font-weight: bold;
    margin-left: 28px;
    line-height: 32px;
}

.modal .body_right .body_wechat{
    width: 226px;
    height: 250px;
    margin-left: 54px;
    margin-top: 55px;
    background-color: #F1F1F1;;
}

.modal .body_right .body_wechat .body_two_demensional{
    width: 195px;
    height: 195px;
    margin-left: 16px;
    background-color: #8DC8F0;
    position: absolute;
    top: 127px;
}

.modal .body_right .body_wechat .body_two_demensional_description{
    font-family: msyh;
    font-size: 12px;
    font-weight: bold;
    padding-left: 57px;
    padding-top: 26px;
    height: 54px;
    position: absolute;
    top: 305px;
}